Uses of Class
com.fourjs.report.facturx.Codes.VATTypeCode
-
-
Uses of Codes.VATTypeCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.VATTypeCode Modifier and Type Method Description static Codes.VATTypeCodeCodes.VATTypeCode. fromString(String value)Convert a String to a VATTypeCode.static Codes.VATTypeCodeCodes.VATTypeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static Codes.VATTypeCode[]Codes.VATTypeCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCodeVATBreakdown. getVATTypeCode()BT-118-0:VAT type codeCodes.VATTypeCodeDocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()BT-95-0:VAT type code for document level allowancesCodes.VATTypeCodeInvoiceLine. getVATTypeCodeOnLineLevel()BT-151-0:VAT type code on line level -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCodeVATBreakdown. getVATTypeCode()BT-118-0:VAT type codeCodes.VATTypeCodeDocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()BT-95-0:VAT type code for document level allowances -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCodeVATBreakdown. getVATTypeCode()BT-118-0:VAT type codeCodes.VATTypeCodeDocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()BT-95-0:VAT type code for document level allowancesCodes.VATTypeCodeInvoiceLine. getVATTypeCodeOnLineLevel()BT-151-0:VAT type code on line level -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCodeInvoiceLine. getIncludedTaxForB2CTypeCode()EXT:Included tax for B2CCodes.VATTypeCodeDetailedInformationOnTaxInformation. getTypeCode()EXT:Tax type (Code)Codes.VATTypeCodeIncludedTax. getTypeCode()EXT:TypeCodeCodes.VATTypeCodeVATBreakdown. getVATTypeCode()BT-118-0:VAT type codeCodes.VATTypeCodeDocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()BT-95-0:VAT type code for document level allowancesCodes.VATTypeCodeLineVATInformation. getVATTypeCodeOnLineLevel()BT-151-0:VAT type code on line levelMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.VATTypeCode Modifier and Type Method Description InvoiceLineInvoiceLine. setIncludedTaxForB2CTypeCode(Codes.VATTypeCode value)DetailedInformationOnTaxInformationDetailedInformationOnTaxInformation. setTypeCode(Codes.VATTypeCode value)IncludedTaxIncludedTax. setTypeCode(Codes.VATTypeCode value)
-